home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Backups / Tabu / tabu_doc < prev    next >
Text File  |  1996-09-26  |  5KB  |  95 lines

  1. ----------------------------------------------------------------------------
  2.  
  3.  Tabu - Quarter inch cartridge (QIC) tape backup utility.
  4.    Copyright 1990 Roy C. Sigsbey - all rights reserved.
  5.    This software may be publicly distributed at no charge.
  6.  
  7.    usage: tabu [-ddsk] [-sscsi] [-ttap] -b|c|l|r|x [name]
  8.         -b = backup by blocks to tape
  9.         -c = create backup to tape (name required)
  10.         -d = dsk is scsi address for disk (default: 000)
  11.         -l = list tape contents
  12.         -r = restore by blocks from tape
  13.         -s = scsi is scsi device name (default: HardFrame.device)
  14.         -t = tap is scsi address for tape (default: 001)
  15.         -x = extract from tape (name required)
  16.       name = reference name (required for c or x)
  17.  
  18.    tabu.info ToolTypes may be set as follows:
  19.  
  20.       OPER=B      backup
  21.       OPER=C      create (NAME required)
  22.       OPER=L      list
  23.       OPER=R      restore
  24.       OPER=X      extract (NAME required)
  25.       NAME=name   reference name (required for C or X)
  26.  
  27.       LIST=name   list to file or printer
  28.       SCSI=name   scsi device name (default: HardFrame.device)
  29.       DISK=nnn    disk scsi address (default: 000)
  30.       TAPE=nnn    tape scsi address (default: 001)
  31.  
  32.       Tabu defaults to using HardFrame.device to access a SCSI bus. The SCSI
  33.    address of 000 (as described in devices/scsidisk.h) is the default for
  34.    the disk and the tape is defaulted to the address 001.  Options -d, -s,
  35.    and -t for command line; DISK, SCSI, and TAPE for tooltypes may be used
  36.    to specify other configurations.
  37.  
  38.       Options b and r (Tooltype OPER = B and R) utilize a block by block
  39.    transfer between devices.  For the b (B) function, the disk is copied
  40.    block by block until the last block on the disk has been read and written
  41.    to tape.  This is a disk image backup.  For the r (R) function, the tape
  42.    is copied block by block to disk until an end of file mark is encountered.
  43.    This is a disk image restore.   Both functions use a block size of 512
  44.    bytes (industry standard size for both devices).
  45.  
  46.       Options c and x (Tooltype OPER = C and X) utilize AmigaDOS functions
  47.    to access the disk.  The name option (Tooltype NAME) is required for
  48.    these options.  For the c (C) option, the name (NAME) is the directory
  49.    or disk or file to be backed up to tape.  If the name is a disk, the
  50.    subdirectories and files therein will be copied to tape and their names
  51.    will be listed to stdout.  If the name is a directory, it and all its
  52.    contents will be backed up to tape and their names listed to stdout.  If
  53.    the name is a file, then only it will be backed up to tape and listed
  54.    to stdout.  Stdout may be redirected on the command line to any printer
  55.    or file using AmigaDOS redirection.  Stdout may be redirected in Tooltypes
  56.    using the LIST option.  Setting LIST=PRT: for instance will redirect the
  57.    listing to a printer.  For the x (X) option, the name must be a disk or
  58.    directory.  The contents of the tape are written to the disk or directory
  59.    using AmigaDOS commands.  The date/time, protect bits, and comments are
  60.    also restored for the files and directories on the tape.
  61.  
  62.       The c (C) and x (X) options can be used to backup and restore any
  63.    AmigaDOS file system (yes, including floppies).  Although this seems a
  64.    little like information that isn't real useful, it does give insight as
  65.    to how these options access the disk.
  66.  
  67.       The two tape formats are not interchangeable.  Attempting to restore
  68.    with option r (R) from a tape created with option c (C) will result in
  69.    a tabu error message indicating improper tape format.  Attempting to
  70.    restore with option x (X) from tape created with option b (B) will also
  71.    result in a tabu error message.
  72.  
  73.       The last option l (Tooltype OPER = L) is used to list the contents of
  74.    a tape created with option c (C) or to give the backup date for a tape
  75.    created with option b (B).  It lists the protect bits, date and time,
  76.    size in bytes, and the heirarchical structure and names of the files
  77.    and directories for option c (C) tapes.
  78.  
  79.       Note that a copy of tabu must exist on some floppy or other media than
  80.    the disk being backed up.  If for some reason that disk gets damaged
  81.    (which is why we back them up) the tabu software won't be available to
  82.    restore the disk data.  A copy of tabu on the hard disk being backed up
  83.    is OK and makes doing the backup easier.  There is no copy protection of
  84.    this software except by the user's trustworthiness.
  85.  
  86.       You may convey your opinions and recommendations to me.
  87.  
  88.       Address:  Roy C. Sigsbey
  89.                 13370 Peregrine Way
  90.                 Black Forest, CO 80908
  91.  
  92.       I hope you find this useful.
  93.  
  94. --- End of Text ------------------------------------------------------------
  95.